home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Schooolhouse Version 10.0
/
CD Schooolhouse Version 10.0.ISO
/
pc
/
dos
/
math
/
mrcry209
/
senspoly.eka
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-11-03
|
271 b
|
12 lines
; Simple example show how sensitive polynomial roots
; are to the coefficients.
; Try
; c = 0 roots x = 0, 3, 4, 5
; c = 24 roots x = 1, 0.8883
; c = 24.1 no roots
x^4 - 12x^3 + 47x^2 - 60x + c = 0
c = 24.
-100 < x < 100
PROGRESS x